* s~\t+$~~
[lhc/web/wiklou.git] / includes / SpecialLockdb.php
index d0be5d8..a07c1d8 100644 (file)
@@ -35,12 +35,12 @@ function wfSpecialLockdb() {
  */
 class DBLockForm {
        var $reason = '';
-       
+
        function DBLockForm() {
                global $wgRequest;
                $this->reason = $wgRequest->getText( 'wpLockReason' );
        }
-       
+
        function showForm( $err ) {
                global $wgOut, $wgUser;